home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
dragonforce.swf
/
scripts
/
DefineButton2_357
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
271 b
|
13 lines
on(release){
if(_root.paused == false)
{
if(_root.musicplaying == false)
{
_root.musicplaying = true;
_root.status.mask.box._x = 212.3;
_root.fade = "in";
_root.globalmusiccontrol = "play";
}
}
}